home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / grafik / bildanzeiger / superview-lib_dev / include / pragmas / svdrivers_pragmas.h < prev    next >
C/C++ Source or Header  |  1995-03-09  |  886b  |  22 lines

  1. /* pragmas/svdrivers.h              */
  2. /* Version    : 1.1                 */
  3. /* Date       : 14.02.1994          */
  4. /* Written by : Andreas R. Kleinert */
  5.  
  6. #ifndef PRAGMAS_SVDRIVERS_H
  7. #define PRAGMAS_SVDRIVERS_H
  8.  
  9. #pragma libcall SVDriverBase SVD_AllocHandle      1e 901
  10. #pragma libcall SVDriverBase SVD_FreeHandle       24 901
  11. #pragma libcall SVDriverBase SVD_CloseDisplay     2a 901
  12. #pragma libcall SVDriverBase SVD_FreeResources    30 901
  13. #pragma libcall SVDriverBase SVD_SetGfxBuffer     36 ba903
  14. #pragma libcall SVDriverBase SVD_DisplayGfxBuffer 3c a902
  15. #pragma libcall SVDriverBase SVD_SetScreenType    42 a1903
  16. #pragma libcall SVDriverBase SVD_SetWindowFlags   48 a1903
  17. #pragma libcall SVDriverBase SVD_SetWindowIDCMP   4e a1903
  18. #pragma libcall SVDriverBase SVD_GetScreenAddress 54 a902
  19. #pragma libcall SVDriverBase SVD_GetWindowAddress 5a a902
  20.  
  21. #endif /* PRAGMAS_SVDRIVERS_H */
  22.